|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpow.webserver.SessionIvy
public class SessionIvy
store information about a specific ivy bus which is connected to the server
| Constructor Summary | |
|---|---|
SessionIvy(java.lang.String l,
int w,
AES c,
java.net.InetAddress IvyAddr)
create a session which store information about an ivy bus client connected to the server main information are its net address to send him orders from web users and drones which are connected to this ivy bus |
|
| Method Summary | |
|---|---|
BusIvy_ |
getBusIvy()
|
AES |
getCipher()
|
java.net.InetAddress |
getIvyInetAddress()
|
java.lang.String |
getLogin()
|
int |
getWebId()
|
void |
setBusIvy(BusIvy_ b)
store the information of the ivy bus into the ivy session |
void |
setIvyInetAddress(java.net.InetAddress addr)
set the ip adress of the ivy bus host |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionIvy(java.lang.String l,
int w,
AES c,
java.net.InetAddress IvyAddr)
throws java.net.UnknownHostException
l - the login of the ivy userw - the webid of the ivy busc - the cipher objectIvyAddr - the IP address of the ivy host machine
java.net.UnknownHostException| Method Detail |
|---|
public java.net.InetAddress getIvyInetAddress()
public void setIvyInetAddress(java.net.InetAddress addr)
public AES getCipher()
public BusIvy_ getBusIvy()
public void setBusIvy(BusIvy_ b)
b - the ivy bus objectpublic int getWebId()
public java.lang.String getLogin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||